语法
表达式.Adjustments
表达式 一个代表 Shape 对象的变量。
示例
本示例将 myDocument 上图形 3 的调整值 1 设为 0.25。
ActiveDocument.Shapes.Item(3).Adjustments.Item(1, 0.25)